Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avro topic pass through kwargs #6

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Conversation

bodja
Copy link
Contributor

@bodja bodja commented Aug 12, 2024

No description provided.

- `Topic.produce` now takes `key_serializer_kwargs` and `value_serializer_kwargs` kw arguments and passes them to the serializer init.
- `Topic.consume` is not required to implement.
- Introduce `AvroSerializer.schema_config` which is used to initialize serializers with `conf` kwargs.
@bodja bodja force-pushed the avro-topic-pass-through-kwargs branch 2 times, most recently from 6141e4b to 7932a39 Compare August 13, 2024 08:14
@bodja bodja merged commit 752e9b9 into main Aug 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants